home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Video director v1.0.adf / s / Startup-Sequence < prev   
Text File  |  1991-05-17  |  785b  |  23 lines

  1. c:Type s/Agile!
  2. c:AgileVD.obj
  3. c:SetPatch >NIL: ;patch system functions
  4. cd c:
  5. echo "A500/A2000 Workbench disk.  Release 1.3 version 34.20*N"
  6. Sys:System/FastMemFirst ; move C00000 memory to last in list
  7. BindDrivers
  8. SetClock load  ;load system time from real time clock
  9.                ;(A1000 owners should replace this with "Date")
  10. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  11. mount newcon:
  12. failat 11
  13. makedir ram:t
  14. assign T: ram:t ;set up T: directory for scripts
  15. makedir ram:env ; set up ENV: directory
  16. assign ENV: ram:env
  17. makedir ram:clipboards ;set up CLIPS: assign
  18. assign CLIPS: ram:clipboards
  19. SYS:System/SetMap usa1 ;Activate the ()/* on keypad
  20. path ram: c: sys:system s: add ;set path for Workbench
  21. LoadWB delay  ;wait for inhibit to end before continuing
  22. endcli >NIL:
  23.